Warning(string,string,Dictionary<string,object>) Method

Summary
Logs the specified entry as a LogType.Warning.
Syntax
C#
VB
C++
public void Warning( 
   string source, 
   string message, 
   Dictionary<string, object> custom 
) 
  
Public Overloads Sub Warning( _ 
   ByVal source As String, _ 
   ByVal message As String, _ 
   ByVal custom As Dictionary(Of String,Object) _ 
)  
public: 
void Warning(  
   String^ source, 
   String^ message, 
   Dictionary<String^,Object^>^ custom 
)  

Parameters

source
The source of the message.

message
The message.

custom
Custom information associated with the message.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.